home *** CD-ROM | disk | FTP | other *** search
/ The CICA Windows Explosion! / The CICA Windows Explosion! - Disc 2.iso / winsock / ircii2-6.zip / SRC\IRCII-2.6\INCLUDE\FLOOD.H < prev    next >
C/C++ Source or Header  |  1994-12-28  |  332b  |  20 lines

  1. /*
  2.  * flood.h: header file for flood.c
  3.  *
  4.  * @(#)$Id: flood.h,v 1.4 1994/07/02 02:38:10 mrg Stab $
  5.  */
  6.  
  7. #ifndef _FLOOD_H_
  8. #define _FLOOD_H_
  9.  
  10. extern    int    check_flooding();
  11.  
  12. #define MSG_FLOOD 0
  13. #define PUBLIC_FLOOD 1
  14. #define NOTICE_FLOOD 2
  15. #define WALL_FLOOD 3
  16. #define WALLOP_FLOOD 4
  17. #define NUMBER_OF_FLOODS 5
  18.  
  19. #endif /* _FLOOD_H_ */
  20.